home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. deleteObject ( "arrowEngine" )
-
- activeBreadboard. stampOnAndMove ( "ImageViewer" , "inputFile" )
- imageViewer. setName( "activeInputProbe")
- activeBreadboard. stampOnAndMove ( "ImageViewer" , "criterion" )
- imageViewer. setName( "activeOutputProbe")
- activeOutputProbe. setActiveAccessPoint ( "Pre-Activity" )
- activeBreadboard. stampOnAndMove ( "ImageViewer" , "desiredFile" )
- imageViewer. setName( "activeDesiredProbe")
-
- activeInputProbe. tileWindow (1,5,4,4)
- activeOutputProbe. tileWindow (2,5,7,8)
- activeDesiredProbe. tileWindow (3,5,7,8)
-
- activeBreadboard. stampOnAndMove ( "ArrowEngine" , "activeInputProbe" )
- activeBreadboard. stampOnAndMove ( "ArrowEngine" , "activeOutputProbe" )
- activeBreadboard. stampOnAndMove ( "ArrowEngine" , "activeDesiredProbe" )
-
- activeBreadboard. lockWindowUpdate ( )
- CreateLargeButtonMacroPath = macro. pathFromNS ( "Macros\create large button.nsm" )
- activeBreadboard. runMacro ( CreateLargeButtonMacroPath )
- controlButton. setText ( "Step Exemplar" )
- controlButton. moveTo ( 630 , 55 )
- ControlMacroPath = macro. pathFromNS ( "Macros\stepExemplar.nsm" )
- controlButton. setMacroPath ( ControlMacroPath )
- activeBreadboard. unlockWindowUpdate ( )
-
- control. setEpochs ( 100 )
- control. resetNetwork ( )
- control. setLearning ( FALSE )
- control. stepExemplar ( )
-
- NextMacroPath = macro. pathFromMacro ( "Training the network.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-